home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 November / Designer's Club 1997 November.iso / pc / Ideasrc / Main.Dir / 00045.ls < prev    next >
Encoding:
Text File  |  1997-10-06  |  250 b   |  14 lines

  1. on mouseDown
  2.   puppetSound("dong")
  3.   repeat while the mouseDown
  4.     set the visible of sprite 6 to 0
  5.     updateStage()
  6.   end repeat
  7.   set the visible of sprite 6 to 1
  8.   updateStage()
  9. end
  10.  
  11. on mouseUp
  12.   printFrom(the frame + 1, the frame + 1, 100)
  13. end
  14.